go.uber.org/mock/gomock.Call.isPreReq (method)

3 uses

	go.uber.org/mock/gomock (current package)
		call.go#L279: func (c *Call) isPreReq(other *Call) bool {
		call.go#L281: 		if other == preReq || preReq.isPreReq(other) {
		call.go#L295: 	if preReq.isPreReq(c) {